home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gconf / schemas / gedit.schemas < prev    next >
Encoding:
Text File  |  2009-04-14  |  22.1 KB  |  594 lines

  1. <gconfschemafile>
  2.   <schemalist>
  3.     <schema>
  4.       <key>/schemas/apps/gedit-2/preferences/editor/font/use_default_font</key>
  5.       <applyto>/apps/gedit-2/preferences/editor/font/use_default_font</applyto>
  6.       <owner>gedit</owner>
  7.       <type>bool</type>
  8.       <default>TRUE</default>
  9.       <gettext_domain>gedit</gettext_domain>
  10.       <locale name="C">
  11.     <short>Use Default Font</short>
  12.     <long>Whether to use the system's default fixed width font for editing
  13.     text instead of a font specific to gedit.  If this option is turned
  14.     off, then the font named in the "Editor Font" option will be
  15.     used instead of the system font.</long>
  16.       </locale>
  17.     </schema>
  18.  
  19.     <schema>
  20.       <key>/schemas/apps/gedit-2/preferences/editor/font/editor_font</key>
  21.       <applyto>/apps/gedit-2/preferences/editor/font/editor_font</applyto>
  22.       <owner>gedit</owner>
  23.       <type>string</type>
  24.       <gettext_domain>gedit</gettext_domain>
  25.       <locale name="C">
  26.         <default><!-- Translators: This is the Editor Font.
  27.     This is a Pango font-->Monospace 12</default>
  28.     <short>Editor Font</short>
  29.     <long>A custom font that will be used for the editing area.
  30.     This will only take effect if the "Use Default Font" option is
  31.     turned off.</long>
  32.       </locale>
  33.     </schema>
  34.  
  35.     <schema>
  36.       <key>/schemas/apps/gedit-2/preferences/editor/colors/scheme</key>
  37.       <applyto>/apps/gedit-2/preferences/editor/colors/scheme</applyto>
  38.       <owner>gedit</owner>
  39.       <type>string</type>
  40.       <default>classic</default>
  41.       <gettext_domain>gedit</gettext_domain>
  42.       <locale name="C">
  43.     <short>Style Scheme</short>
  44.     <long>The id of a GtkSourceView Style Scheme used to
  45.         color the text.</long>
  46.       </locale>
  47.     </schema>
  48.  
  49.     <schema>
  50.       <key>/schemas/apps/gedit-2/preferences/editor/save/create_backup_copy</key>
  51.       <applyto>/apps/gedit-2/preferences/editor/save/create_backup_copy</applyto>
  52.       <owner>gedit</owner>
  53.       <type>bool</type>
  54.       <default>TRUE</default>
  55.       <gettext_domain>gedit</gettext_domain>
  56.       <locale name="C">
  57.     <short>Create Backup Copies</short>
  58.     <long>Whether gedit should create backup copies for the files
  59.     it saves.  You can set the backup file extension with the
  60.     "Backup Copy Extension" option.</long>
  61.       </locale>
  62.     </schema>
  63.  
  64.     <schema>
  65.       <key>/schemas/apps/gedit-2/preferences/editor/save/backup_copy_extension</key>
  66.       <applyto>/apps/gedit-2/preferences/editor/save/backup_copy_extension</applyto>
  67.       <owner>gedit</owner>
  68.       <type>string</type>
  69.       <default>~</default>
  70.       <gettext_domain>gedit</gettext_domain>
  71.       <locale name="C">
  72.     <short>Backup Copy Extension</short>
  73.     <long>Extension or suffix to use for backup file names.  This
  74.     will only take effect if the "Create Backup Copies" option is
  75.     turned on.</long>
  76.       </locale>
  77.     </schema>
  78.  
  79.     <schema>
  80.       <key>/schemas/apps/gedit-2/preferences/editor/save/auto_save</key>
  81.       <applyto>/apps/gedit-2/preferences/editor/save/auto_save</applyto>
  82.       <owner>gedit</owner>
  83.       <type>bool</type>
  84.       <default>FALSE</default>
  85.       <gettext_domain>gedit</gettext_domain>
  86.       <locale name="C">
  87.     <short>Auto Save</short>
  88.     <long>Whether gedit should automatically save modified files
  89.     after a time interval.  You can set the time interval with the
  90.     "Auto Save Interval" option.</long>
  91.       </locale>
  92.     </schema>
  93.  
  94.     <schema>
  95.       <key>/schemas/apps/gedit-2/preferences/editor/save/auto_save_interval</key>
  96.       <applyto>/apps/gedit-2/preferences/editor/save/auto_save_interval</applyto>
  97.       <owner>gedit</owner>
  98.       <type>int</type>
  99.       <default>10</default>
  100.       <gettext_domain>gedit</gettext_domain>
  101.       <locale name="C">
  102.     <short>Auto Save Interval</short>
  103.     <long>Number of minutes after which gedit will automatically
  104.     save modified files.  This will only take effect if the "Auto
  105.     Save" option is turned on.</long>
  106.       </locale>
  107.     </schema>
  108.  
  109.     <schema>
  110.       <key>/schemas/apps/gedit-2/preferences/editor/undo/undo_actions_limit</key>
  111.       <applyto>/apps/gedit-2/preferences/editor/undo/undo_actions_limit</applyto>
  112.       <owner>gedit</owner>
  113.       <type>int</type>
  114.       <default>25</default>
  115.       <gettext_domain>gedit</gettext_domain>
  116.       <locale name="C">
  117.     <short>Undo Actions Limit (DEPRECATED)</short>
  118.     <long>Maximum number of actions that gedit will be able to
  119.     undo or redo. Use "-1" for unlimited number of actions. 
  120.     Deprecated since 2.12.0</long>
  121.       </locale>
  122.     </schema>
  123.  
  124.     <schema>
  125.       <key>/schemas/apps/gedit-2/preferences/editor/undo/max_undo_actions</key>
  126.       <applyto>/apps/gedit-2/preferences/editor/undo/max_undo_actions</applyto>
  127.       <owner>gedit</owner>
  128.       <type>int</type>
  129.       <default>2000</default>
  130.       <gettext_domain>gedit</gettext_domain>
  131.       <locale name="C">
  132.     <short>Max Number of Undo Actions</short>
  133.     <long>Maximum number of actions that gedit will be able to
  134.     undo or redo. Use "-1" for unlimited number of actions.</long>
  135.       </locale>
  136.     </schema>
  137.  
  138.     <schema>
  139.       <key>/schemas/apps/gedit-2/preferences/editor/wrap_mode/wrap_mode</key>
  140.       <applyto>/apps/gedit-2/preferences/editor/wrap_mode/wrap_mode</applyto>
  141.       <owner>gedit</owner>
  142.       <type>string</type>
  143.       <default>GTK_WRAP_WORD</default>
  144.       <gettext_domain>gedit</gettext_domain>
  145.       <locale name="C">
  146.     <short>Line Wrapping Mode</short>
  147.     <long>Specifies how to wrap long lines in the editing area.
  148.     Use "GTK_WRAP_NONE" for no wrapping, "GTK_WRAP_WORD" for
  149.     wrapping at word boundaries, and "GTK_WRAP_CHAR" for wrapping
  150.     at individual character boundaries.  Note that the values are
  151.     case-sensitive, so make sure they appear exactly as mentioned
  152.     here.</long>
  153.       </locale>
  154.     </schema>
  155.  
  156.     <schema>
  157.       <key>/schemas/apps/gedit-2/preferences/editor/tabs/tabs_size</key>
  158.       <applyto>/apps/gedit-2/preferences/editor/tabs/tabs_size</applyto>
  159.       <owner>gedit</owner>
  160.       <type>int</type>
  161.       <default>8</default>
  162.       <gettext_domain>gedit</gettext_domain>
  163.       <locale name="C">
  164.     <short>Tab Size</short>
  165.     <long>Specifies the number of spaces that should be displayed
  166.     instead of Tab characters.</long>
  167.       </locale>
  168.     </schema>
  169.  
  170.     <schema>
  171.       <key>/schemas/apps/gedit-2/preferences/editor/tabs/insert_spaces</key>
  172.       <applyto>/apps/gedit-2/preferences/editor/tabs/insert_spaces</applyto>
  173.       <owner>gedit</owner>
  174.       <type>bool</type>
  175.       <default>FALSE</default>
  176.       <gettext_domain>gedit</gettext_domain>
  177.       <locale name="C">
  178.     <short>Insert spaces</short>
  179.     <long>Whether gedit should insert spaces instead of tabs.</long>
  180.       </locale>
  181.     </schema>
  182.  
  183.     <schema>
  184.       <key>/schemas/apps/gedit-2/preferences/editor/auto_indent/auto_indent</key>
  185.       <applyto>/apps/gedit-2/preferences/editor/auto_indent/auto_indent</applyto>
  186.       <owner>gedit</owner>
  187.       <type>bool</type>
  188.       <default>FALSE</default>
  189.       <gettext_domain>gedit</gettext_domain>
  190.       <locale name="C">
  191.     <short>Auto indent</short>
  192.     <long>Whether gedit should enable auto indentation.</long>
  193.       </locale>
  194.     </schema>
  195.  
  196.     <schema>
  197.       <key>/schemas/apps/gedit-2/preferences/editor/line_numbers/display_line_numbers</key>
  198.       <applyto>/apps/gedit-2/preferences/editor/line_numbers/display_line_numbers</applyto>
  199.       <owner>gedit</owner>
  200.       <type>bool</type>
  201.       <default>FALSE</default>
  202.       <gettext_domain>gedit</gettext_domain>
  203.       <locale name="C">
  204.     <short>Display Line Numbers</short>
  205.     <long>Whether gedit should display line numbers in the editing
  206.     area.</long>
  207.       </locale>
  208.     </schema>
  209.  
  210.     <schema>
  211.       <key>/schemas/apps/gedit-2/preferences/editor/current_line/highlight_current_line</key>
  212.       <applyto>/apps/gedit-2/preferences/editor/current_line/highlight_current_line</applyto>
  213.       <owner>gedit</owner>
  214.       <type>bool</type>
  215.       <default>FALSE</default>
  216.       <gettext_domain>gedit</gettext_domain>
  217.       <locale name="C">
  218.     <short>Highlight Current Line</short>
  219.     <long>Whether gedit should highlight the current line.</long>
  220.       </locale>
  221.     </schema>
  222.  
  223.     <schema>
  224.       <key>/schemas/apps/gedit-2/preferences/editor/bracket_matching/bracket_matching</key>
  225.       <applyto>/apps/gedit-2/preferences/editor/bracket_matching/bracket_matching</applyto>
  226.       <owner>gedit</owner>
  227.       <type>bool</type>
  228.       <default>FALSE</default>
  229.       <gettext_domain>gedit</gettext_domain>
  230.       <locale name="C">
  231.     <short>Highlight Matching Bracket</short>
  232.     <long>Whether gedit should highlight matching bracket.</long>
  233.       </locale>
  234.     </schema>
  235.  
  236.     <schema>
  237.       <key>/schemas/apps/gedit-2/preferences/editor/right_margin/display_right_margin</key>
  238.       <applyto>/apps/gedit-2/preferences/editor/right_margin/display_right_margin</applyto>
  239.       <owner>gedit</owner>
  240.       <type>bool</type>
  241.       <default>FALSE</default>
  242.       <gettext_domain>gedit</gettext_domain>
  243.       <locale name="C">
  244.     <short>Display Right Margin</short>
  245.     <long>Whether gedit should display the right margin in the editing
  246.     area.</long>
  247.       </locale>
  248.     </schema>
  249.  
  250.     <schema>
  251.       <key>/schemas/apps/gedit-2/preferences/editor/right_margin/right_margin_position</key>
  252.       <applyto>/apps/gedit-2/preferences/editor/right_margin/right_margin_position</applyto>
  253.       <owner>gedit</owner>
  254.       <type>int</type>
  255.       <default>80</default>
  256.       <gettext_domain>gedit</gettext_domain>
  257.       <locale name="C">
  258.     <short>Right Margin Position</short>
  259.     <long>Specifies the position of the right margin.</long>
  260.       </locale>
  261.     </schema>
  262.  
  263.     <schema>
  264.       <key>/schemas/apps/gedit-2/preferences/editor/smart_home_end/smart_home_end</key>
  265.       <applyto>/apps/gedit-2/preferences/editor/smart_home_end/smart_home_end</applyto>
  266.       <owner>gedit</owner>
  267.       <type>string</type>
  268.       <default>after</default>
  269.       <gettext_domain>gedit</gettext_domain>
  270.       <locale name="C">
  271.     <short>Smart Home End</short>
  272.     <long>Specifies how the cursor moves when the HOME and END keys
  273.     are pressed. Use "DISABLED" to always move at the start/end of
  274.     the line, "AFTER" to move to the start/end of the line the first
  275.     time the keys are pressed and to the start/end of the text ignoring
  276.     whitespaces the second time the keys are pressed, "BEFORE" to
  277.     move to the start/end of the text before moving to the start/end
  278.     of the line and "ALWAYS" to always move to the start/end of the
  279.     text instead of the start/end of the line.</long>
  280.       </locale>
  281.     </schema>
  282.  
  283.     <schema>
  284.       <key>/schemas/apps/gedit-2/preferences/ui/toolbar/toolbar_visible</key>
  285.       <applyto>/apps/gedit-2/preferences/ui/toolbar/toolbar_visible</applyto>
  286.       <owner>gedit</owner>
  287.       <type>bool</type>
  288.       <default>TRUE</default>
  289.       <gettext_domain>gedit</gettext_domain>
  290.       <locale name="C">
  291.     <short>Toolbar is Visible</short>
  292.     <long>Whether the toolbar should be visible in editing windows.</long>
  293.       </locale>
  294.     </schema>
  295.  
  296.     <schema>
  297.       <key>/schemas/apps/gedit-2/preferences/ui/toolbar/toolbar_buttons_style</key>
  298.       <applyto>/apps/gedit-2/preferences/ui/toolbar/toolbar_buttons_style</applyto>
  299.       <owner>gedit</owner>
  300.       <type>string</type>
  301.       <default>GEDIT_TOOLBAR_SYSTEM</default>
  302.       <gettext_domain>gedit</gettext_domain>
  303.       <locale name="C">
  304.     <short>Toolbar Buttons Style</short>
  305.     <long>Style for the toolbar buttons.  Possible values are
  306.     "GEDIT_TOOLBAR_SYSTEM" to use the system's default style,
  307.     "GEDIT_TOOLBAR_ICONS" to display icons only, 
  308.     "GEDIT_TOOLBAR_ICONS_AND_TEXT" to display both icons and text, and
  309.     "GEDIT_TOOLBAR_ICONS_BOTH_HORIZ" to display prioritized text beside icons.
  310.     Note that the values are case-sensitive, so make sure they
  311.     appear exactly as mentioned here.</long>
  312.       </locale>
  313.     </schema>
  314.  
  315.     <schema>
  316.       <key>/schemas/apps/gedit-2/preferences/ui/statusbar/statusbar_visible</key>
  317.       <applyto>/apps/gedit-2/preferences/ui/statusbar/statusbar_visible</applyto>
  318.       <owner>gedit</owner>
  319.       <type>bool</type>
  320.       <default>TRUE</default>
  321.       <gettext_domain>gedit</gettext_domain>
  322.       <locale name="C">
  323.     <short>Status Bar is Visible</short>
  324.     <long>Whether the status bar at the bottom of editing windows
  325.     should be visible.</long>
  326.       </locale>
  327.     </schema>
  328.  
  329.     <schema>
  330.       <key>/schemas/apps/gedit-2/preferences/ui/side_pane/side_pane_visible</key>
  331.       <applyto>/apps/gedit-2/preferences/ui/side_pane/side_pane_visible</applyto>
  332.       <owner>gedit</owner>
  333.       <type>bool</type>
  334.       <default>FALSE</default>
  335.       <gettext_domain>gedit</gettext_domain>
  336.       <locale name="C">
  337.     <short>Side Pane is Visible</short>
  338.     <long>Whether the side pane at the left of the editing window
  339.     should be visible.</long>
  340.       </locale>
  341.     </schema>
  342.  
  343.     <schema>
  344.       <key>/schemas/apps/gedit-2/preferences/ui/bottom_panel/bottom_panel_visible</key>
  345.       <applyto>/apps/gedit-2/preferences/ui/bottom_panel/bottom_panel_visible</applyto>
  346.       <owner>gedit</owner>
  347.       <type>bool</type>
  348.       <default>FALSE</default>
  349.       <gettext_domain>gedit</gettext_domain>
  350.       <locale name="C">
  351.     <short>Bottom Panel is Visible</short>
  352.     <long>Whether the bottom panel at the bottom of editing windows
  353.     should be visible.</long>
  354.       </locale>
  355.     </schema>
  356.  
  357.     <schema>
  358.       <key>/schemas/apps/gedit-2/preferences/print/page/print_syntax_highlighting</key>
  359.       <applyto>/apps/gedit-2/preferences/print/page/print_syntax_highlighting</applyto>
  360.       <owner>gedit</owner>
  361.       <type>bool</type>
  362.       <default>TRUE</default>
  363.       <gettext_domain>gedit</gettext_domain>
  364.       <locale name="C">
  365.     <short>Print Syntax Highlighting</short>
  366.     <long>Whether gedit should print syntax highlighting when
  367.     printing documents.</long>
  368.       </locale>
  369.     </schema>
  370.  
  371.     <schema>
  372.       <key>/schemas/apps/gedit-2/preferences/print/page/print_header</key>
  373.       <applyto>/apps/gedit-2/preferences/print/page/print_header</applyto>
  374.       <owner>gedit</owner>
  375.       <type>bool</type>
  376.       <default>TRUE</default>
  377.       <gettext_domain>gedit</gettext_domain>
  378.       <locale name="C">
  379.     <short>Print Header</short>
  380.     <long>Whether gedit should include a document header when
  381.     printing documents.</long>
  382.       </locale>
  383.     </schema>
  384.  
  385.     <schema>
  386.       <key>/schemas/apps/gedit-2/preferences/print/page/print_wrap_mode</key>
  387.       <applyto>/apps/gedit-2/preferences/print/page/print_wrap_mode</applyto>
  388.       <owner>gedit</owner>
  389.       <type>string</type>
  390.       <default>GTK_WRAP_WORD</default>
  391.       <gettext_domain>gedit</gettext_domain>
  392.       <locale name="C">
  393.     <short>Printing Line Wrapping Mode</short>
  394.     <long>Specifies how to wrap long lines for printing.  Use
  395.     "GTK_WRAP_NONE" for no wrapping, "GTK_WRAP_WORD" for wrapping
  396.     at word boundaries, and "GTK_WRAP_CHAR" for wrapping at
  397.     individual character boundaries.  Note that the values are
  398.     case-sensitive, so make sure they appear exactly as mentioned
  399.     here.</long>
  400.       </locale>
  401.     </schema>
  402.  
  403.     <schema>
  404.       <key>/schemas/apps/gedit-2/preferences/print/page/print_line_numbers</key>
  405.       <applyto>/apps/gedit-2/preferences/print/page/print_line_numbers</applyto>
  406.       <owner>gedit</owner>
  407.       <type>int</type>
  408.       <default>0</default>
  409.       <gettext_domain>gedit</gettext_domain>
  410.       <locale name="C">
  411.     <short>Print Line Numbers</short>
  412.     <long>If this value is 0, then no line numbers will be
  413.     inserted when printing a document.  Otherwise, gedit will
  414.     print line numbers every such number of lines.</long>
  415.       </locale>
  416.     </schema>
  417.  
  418.     <schema>
  419.       <key>/schemas/apps/gedit-2/preferences/print/fonts/print_font_body_pango</key>
  420.       <applyto>/apps/gedit-2/preferences/print/fonts/print_font_body_pango</applyto>
  421.       <owner>gedit</owner>
  422.       <type>string</type>
  423.       <gettext_domain>gedit</gettext_domain>
  424.       <locale name="C">
  425.         <default><!-- Translators: This is the Body font for printing. 
  426.         This is a Pango font.-->Monospace 9</default>
  427.     <short>Body Font for Printing</short>
  428.     <long>Specifies the font to use for a document's body when
  429.     printing documents.</long>
  430.       </locale>
  431.     </schema>
  432.  
  433.     <schema>
  434.       <key>/schemas/apps/gedit-2/preferences/print/fonts/print_font_header_pango</key>
  435.       <applyto>/apps/gedit-2/preferences/print/fonts/print_font_header_pango</applyto>
  436.       <owner>gedit</owner>
  437.       <type>string</type>
  438.       <gettext_domain>gedit</gettext_domain>
  439.       <locale name="C">
  440.         <default><!-- Translators: This is the Header font for printing. 
  441.         This is a Pango font.-->Sans 11</default>
  442.     <short>Header Font for Printing</short>
  443.     <long>Specifies the font to use for page headers when printing
  444.     a document. This will only take effect if the "Print Header"
  445.     option is turned on.</long>
  446.       </locale>
  447.     </schema>
  448.  
  449.     <schema>
  450.       <key>/schemas/apps/gedit-2/preferences/print/fonts/print_font_numbers_pango</key>
  451.       <applyto>/apps/gedit-2/preferences/print/fonts/print_font_numbers_pango</applyto>
  452.       <owner>gedit</owner>
  453.       <type>string</type>
  454.       <gettext_domain>gedit</gettext_domain>
  455.       <locale name="C">
  456.         <default><!-- Translators: This is the Line Number font for printing. 
  457.         This is a Pango font.-->Sans 8</default>
  458.     <short>Line Number Font for Printing</short>
  459.     <long>Specifies the font to use for line numbers when
  460.     printing.  This will only take effect if the "Print Line
  461.     Numbers" option is non-zero.</long>
  462.       </locale>
  463.     </schema>
  464.  
  465.     <schema>
  466.       <key>/schemas/apps/gedit-2/preferences/ui/recents/max_recents</key>
  467.       <applyto>/apps/gedit-2/preferences/ui/recents/max_recents</applyto>
  468.       <owner>gedit</owner>
  469.       <type>int</type>
  470.       <default>5</default>
  471.       <gettext_domain>gedit</gettext_domain>
  472.       <locale name="C">
  473.     <short>Maximum Recent Files</short>
  474.     <long>Specifies the maximum number of recently opened files
  475.     that will be displayed in the "Recent Files" submenu.</long>
  476.       </locale>
  477.     </schema>
  478.  
  479.     <schema>
  480.       <key>/schemas/apps/gedit-2/preferences/encodings/auto_detected</key>
  481.       <applyto>/apps/gedit-2/preferences/encodings/auto_detected</applyto>
  482.       <owner>gedit</owner>
  483.       <type>list</type>
  484.       <list_type>string</list_type>
  485.       <gettext_domain>gedit</gettext_domain>
  486.       <locale name="C">
  487.         <default><!-- Translators: This is the sorted list of encodings used by gedit 
  488.     for auto-detecting the encoding of a file. You may want to customize it adding
  489.     encodings that are common in your country, for instance the GB18030 encoding
  490.     for the Chinese    translation. You may also want to remove the ISO-8859-15 encoding
  491.     (covering English and most Western European languages) if you think people
  492.     in you country will rarely use it.
  493.     "CURRENT" is a magic value used by gedit and it represents the encoding
  494.     for the current locale, so please don't translate the "CURRENT" term. 
  495.     Only recognized encodings are used. 
  496.     See http://svn.gnome.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
  497.     a list of supported encodings -->[UTF-8,CURRENT,ISO-8859-15,UTF-16]</default>
  498.     <short>Auto Detected Encodings</short>
  499.     <long>Sorted list of encodings used by gedit for auto-detecting the encoding of
  500.     a file. "CURRENT" represents the current locale encoding. Only recognized encodings are used.</long>
  501.       </locale>
  502.     </schema>
  503.  
  504.     <schema>
  505.       <key>/schemas/apps/gedit-2/preferences/encodings/shown_in_menu</key>
  506.       <applyto>/apps/gedit-2/preferences/encodings/shown_in_menu</applyto>
  507.       <owner>gedit</owner>
  508.       <type>list</type>
  509.       <list_type>string</list_type>
  510.       <gettext_domain>gedit</gettext_domain>
  511.       <locale name="C">
  512.         <default><!-- Translators: This is the list of encodings shown by default in the Character Coding 
  513.     menu in open/save file selector. Only recognized encodings are displayed.-->[ISO-8859-15]</default>
  514.     <short>Encodings shown in menu</short>
  515.     <long>List of encodings shown in Character Coding menu in open/save file selector.
  516.     Only recognized encodings are used.</long>
  517.       </locale>
  518.     </schema>
  519.  
  520.     <schema>
  521.       <key>/schemas/apps/gedit-2/preferences/syntax_highlighting/enable</key>
  522.       <applyto>/apps/gedit-2/preferences/syntax_highlighting/enable</applyto>
  523.       <owner>gedit</owner>
  524.       <type>bool</type>
  525.       <default>TRUE</default>
  526.       <gettext_domain>gedit</gettext_domain>
  527.       <locale name="C">
  528.     <short>Enable Syntax Highlighting</short>
  529.     <long>Whether gedit should enable syntax highlighting.</long>
  530.       </locale>
  531.     </schema>
  532.  
  533.     <schema>
  534.       <key>/schemas/apps/gedit-2/plugins/active-plugins</key>
  535.       <applyto>/apps/gedit-2/plugins/active-plugins</applyto>
  536.       <owner>gedit</owner>
  537.       <type>list</type>
  538.       <list_type>string</list_type>
  539.       <default>[docinfo,modelines,filebrowser,spell,time]</default>
  540.       <gettext_domain>gedit</gettext_domain>
  541.       <locale name="C">
  542.     <short>Active plugins</short>
  543.     <long>List of active plugins. It contains the "Location" of the active plugins. See the .gedit-plugin file for obtaining
  544.         the "Location" of a given plugin.</long>
  545.       </locale>
  546.     </schema>
  547.  
  548.     <schema>
  549.       <key>/schemas/apps/gedit-2/preferences/editor/save/writable_vfs_schemes</key>
  550.       <applyto>/apps/gedit-2/preferences/editor/save/writable_vfs_schemes</applyto>
  551.       <owner>gedit</owner>
  552.       <type>list</type>
  553.       <list_type>string</list_type>
  554.       <default>[dav,davs,ftp,sftp,smb,ssh]</default>
  555.       <gettext_domain>gedit</gettext_domain>
  556.       <locale name="C">
  557.     <short>Writable VFS schemes</short>
  558.     <long>List of VFS schemes gedit supports in write mode. The 'file' scheme
  559.     is writable by default.</long>
  560.       </locale>
  561.     </schema>
  562.  
  563.     
  564.     <schema>
  565.       <key>/schemas/apps/gedit-2/preferences/editor/cursor_position/restore_cursor_position</key>
  566.       <applyto>/apps/gedit-2/preferences/editor/cursor_position/restore_cursor_position</applyto>
  567.       <owner>gedit</owner>
  568.       <type>bool</type>
  569.       <default>TRUE</default>
  570.       <gettext_domain>gedit</gettext_domain>
  571.       <locale name="C">
  572.     <short>Restore Previous Cursor Position</short>
  573.     <long>Whether gedit should restore the previous cursor position when a file is loaded.</long>
  574.       </locale>
  575.     </schema>
  576.  
  577.     
  578.     <schema>
  579.       <key>/schemas/apps/gedit-2/preferences/editor/search_highlighting/enable</key>
  580.       <applyto>/apps/gedit-2/preferences/editor/search_highlighting/enable</applyto>
  581.       <owner>gedit</owner>
  582.       <type>bool</type>
  583.       <default>TRUE</default>
  584.       <gettext_domain>gedit</gettext_domain>
  585.       <locale name="C">
  586.     <short>Enable Search Highlighting</short>
  587.     <long>Whether gedit should highlight all the occurrences of the searched text.</long>
  588.       </locale>
  589.     </schema>
  590.  
  591.     
  592.   </schemalist>
  593. </gconfschemafile>
  594.